projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e203c
)
(LIBXMU, NO_EDITRES): Define only if not HAVE_LIBXMU.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:05 +0000
(17:19 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:05 +0000
(17:19 +0000)
src/s/hpux9.h
patch
|
blob
|
history
diff --git
a/src/s/hpux9.h
b/src/s/hpux9.h
index b78aaecbb459258f21f19703f8ede5dab8c75086..64631c9db11a11344e3b143073fab805e9476e65 100644
(file)
--- a/
src/s/hpux9.h
+++ b/
src/s/hpux9.h
@@
-44,11
+44,13
@@
#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2
#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2
+#ifndef HAVE_LIBXMU
/* HP-UX doesn't supply Xmu. */
#define LIBXMU
/* Unfortunately without libXmu we cannot support EditRes. */
#define NO_EDITRES
+#endif
/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */
#undef LIBX11_SYSTEM